home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / business / bilpw15c.zip / SETUP.BAT < prev   
DOS Batch File  |  1996-10-20  |  2KB  |  77 lines

  1. echo off
  2. cls
  3. echo To accomodate all its features, this Windows program is quite large.  To
  4. echo shorten transfer time as much as possible, this simple DOS batch file is
  5. echo used for installation.  Just follow the instructions.
  6. echo .
  7. echo .
  8. pause
  9. echo off
  10. cls
  11. echo Installing this program requires 2MB of free hard disk space.  If you're
  12. echo not absolutely SURE that much is free, press Control-C to abort; otherwise,
  13. pause
  14. echo off
  15. cls
  16. md \INTEGRA
  17. cls
  18. if exist \integra\sched.daf erase *.da*
  19. echo COPYING FILES...
  20. echo .
  21. copy j* \integra
  22. copy *.bmp \integra
  23. if not exist \integra\sched.daf copy *.d* \integra
  24. copy *.e* \integra
  25. copy *.g* \integra
  26. copy *.h* \integra
  27. copy *.i* \integra
  28. copy *.l* \integra
  29. copy *.t* \integra
  30. copy cities \integra
  31. if exist \integra\billpowr.exe goto STARTDEL
  32. cls
  33. echo Something went wrong during this installation.  Perhaps you have less free
  34. echo disk space than you thought.
  35. echo .
  36. echo INSTALLATION IS ABORTED!
  37. goto END
  38. :STARTDEL
  39. erase cities
  40. erase j*
  41. erase *.bmp
  42. erase *.d*
  43. erase *.e*
  44. erase *.g*
  45. erase *.h*
  46. erase *.i*
  47. erase *.l*
  48. erase *.t*
  49. cd\integra
  50. md pictures
  51. copy pictures.exe pictures
  52. cd pictures
  53. if not exist airplane.bmp pictures
  54. erase pictures.exe
  55. cd ..
  56. erase pictures.exe
  57. if exist notices.org attrib -r notices.org
  58. copy notices.txt notices.org
  59. attrib +r notices.org
  60. cls
  61. echo The program has been installed into the INTEGRA directory on this hard
  62. echo disk.  To run the program, move to that directory and run BILLPOWR.EXE.
  63. echo .
  64. echo .
  65. echo Before you run the program, however, it is recommended that you read the
  66. echo README.TXT file.  Its instructions will lead you through the simple
  67. echo process of placing the icon (or shortcut) for this program wherever you
  68. echo wish within your Windows system.  It will also document how to overcome
  69. echo some potential difficulties you may face in getting the most out of this
  70. echo software.
  71. echo .
  72. echo .
  73. echo Installation is complete.  Good luck.
  74. :END
  75. echo .
  76. echo .
  77.